Autogenerated HTML docs for v2.19.0-221-g150f3 
diff --git a/git-fetch.html b/git-fetch.html index 906a062..4cf1c1c 100644 --- a/git-fetch.html +++ b/git-fetch.html 
@@ -1226,9 +1226,9 @@  rules particular to <em>git fetch</em> are noted below.</p></div>   <div class="paragraph"><p>Until Git version 2.20, and unlike when pushing with   <a href="git-push.html">git-push(1)</a>, any updates to <code>refs/tags/*</code> would be accepted  -without <code>+</code> in the refspec (or <code>--force</code>). The receiving promiscuously  +without <code>+</code> in the refspec (or <code>--force</code>). When fetching, we promiscuously   considered all tag updates from a remote to be forced fetches. Since  -Git version 2.20, fetching to update <code>refs/tags/*</code> work the same way  +Git version 2.20, fetching to update <code>refs/tags/*</code> works the same way   as when pushing. I.e. any updates will be rejected without <code>+</code> in the   refspec (or <code>--force</code>).</p></div>   <div class="paragraph"><p>Unlike when pushing with <a href="git-push.html">git-push(1)</a>, any updates outside of